home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / domfx105.arc / DOMAINFX.DOC next >
Text File  |  1992-01-14  |  3KB  |  87 lines

  1.                                 DomainFix 1.00
  2.  
  3.                       Copyright (c) 1991 Gordon P. Dewis
  4.  
  5. -------------------------------------------------------------------------------
  6.                            NOTICE!  NOTICE!  NOTICE!
  7. The ONLY guarantee for this program is that it will take up space.
  8. I, Gordon Dewis, am not responsible for any damages that this program may
  9. cause. USE OF THIS PROGRAM IS AT YOUR OWN RISK, PERIOD.
  10. -------------------------------------------------------------------------------
  11.  
  12.  
  13. Description: DomainFix is a program which can be used by BinkleyTerm 2.50
  14. users who do not have a domain-aware multi-zone single-pass mail processor,
  15. but want to use the domain addressing added to BinkleyTerm 2.50.
  16.  
  17. Usage:    DomainFx <old> <new>
  18.  
  19.           where: <old> is the outbound directory you want to copy from.
  20.                  <new> is the outbound directory you want to copy to.
  21.  
  22.           eg:  DomainFx c:\bink\outbound.059 c:\bink\imex.059
  23.  
  24.           Note: Do *not* put a backslash on the end of the directory.
  25.  
  26.           *.?UT (packets) will be renamed to a unique filename ending in .PKT
  27.           and sent via a file attach of the same flavour.
  28.  
  29.  
  30. Example application:
  31.  
  32.     On my system I run Squish.  Each zone has it's own netmail directory on my
  33.     system because I have three different outbound directories:
  34.     C:\BINK\OUTBOUND, C:\BINK\IMEX.059 and C:\BINK\PR_ZONE.08E. This is where
  35.     DomainFix comes in.  I now have three "outbound" directories which are not
  36.     directly used by Binkley.  They are \BINK\OUT, \BINK\OUT.059 and
  37.     \BINK\OUT.08E.  Squish tosses all netmail and echomail into one of these
  38.     directories. I run DomainFix and the file attaches of the message bundles
  39.     are put into the correct domain-specific outbound directory.  It is very
  40.     important that the name of these "temporary" outbound directories NOT be
  41.     defined in BINKLEY.CFG as weird things will happen.
  42.  
  43.     Example from my RUNBINK.BAT file:
  44.  
  45.         Squish Out Squash
  46.         DomainFx c:\bink\out. c:\bink\outbound.
  47.         DomainFx c:\bink\out.059 c:\bink\imex.059
  48.         DomainFx c:\bink\out.083 c:\bink\pr_zone.083
  49.  
  50.  
  51. Contacting the author:
  52.  
  53. If you have any bug reports, questions or suggestions send me netmail at
  54. one of the following addresses:
  55.  
  56.         1:163/305.7@fidonet.org
  57.         89:483/1187@imex.org
  58.         gordon@bubble.pc.ocunix.on.ca
  59.  
  60.         73437,2755 on CompuServe.
  61.  
  62. The latest version of DomainFix is available for f'req at either of the above
  63. addresses (phone: 613-526-0702) using the magic name: DOMAINFX.  It is also
  64. available for human download at 1:163/305 (613-723-8526).
  65.  
  66. October 13, 1991.
  67.  
  68. ------------------------------------------------------------------------------
  69.  
  70. Release History:
  71.  
  72. version 1.05 - December 30, 1991.
  73.              - rename *.?UT files to *.PKT's and do a *.?LO attach of the
  74.                same flavour.
  75.  
  76. version 1.04 - not released.
  77.  
  78. version 1.03 - not released.
  79.  
  80. version 1.02 - released to selected test sites.
  81.  
  82. version 1.01 - October 14,1991.
  83.              - fixed small bug which had something to do with string length.
  84.  
  85. version 1.00 - October 13, 1991.
  86.              - released.
  87.